.center {
  width: 1600px;
  height: auto;
  margin: 0 auto;
}

.min_header {
  display: none;
}

.header {
  width: 100%;
  height: 100px;
  background: #fff;
  position: relative;
}

.header .logo {
  width: 185px;
  height: 45px;
  margin-top: 27px;
  margin-left: 23px;
}

.header .logo img {
  width: 100%;
}

.header .top {
  position: absolute;
  left: 360px;
  width: 1140px;
  height: auto;
  zoom: 1;
  margin-top: 40px;
}

.header .top .nav {
  height: 60px;
  float: left;
  position: relative;
}

.header .top .nav .li {
  height: 60px;
  float: left;
  margin-right: 38px;
  position: relative;
}

.header .top .nav .li:last-of-type {
  margin-right: 0px;
}

.header .top .nav .li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  transition: 0.3s;
}

.header .top .nav .li:hover a.lase {
  color: #1f8bc6;
}

.header .top .nav .li i {
  width: 6px;
  height: 5px;
  float: right;
  margin-top: 6px;
  margin-left: 5px;
  display: inline-block;
  background: url(../images/icon.png);
  background-position: -1px 0px;
}

.header .top .nav .li .second {
  height: auto;
  zoom: 1;
  overflow: hidden;
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.header .top .nav .li .second li {
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: auto;
  padding: 0 10px;
}

.header .top .nav .li .second li a {
  white-space: nowrap;
  font-size: 14px;
  font-weight: initial;
}

.header .top .nav .li .second li:hover a {
  color: #1f8bc6;
}

.header .top .nav li.active a:nth-of-type(1) {
  color: #1f8bc6;
}

.header .top .nav li.active i {
  background-position: -1px -7px;
}

.header .top .select {
  width: 150px;
  height: 32px;
  padding-left: 15px;
  text-align: left;
  line-height: 32px;
  box-sizing: border-box;
  border: 1px #dddddd solid;
  border-radius: 16px;
  margin-top: -6px;
  position: relative;
}

.header .top .select i {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 4px;
  background-image: url(../images/xiala.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.header .top .select .sele {
  width: auto;
  height: auto;
  display: none;
  background: #fff;
  position: absolute;
  top: 31px;
  right: 0px;
  z-index: 99;
  border: 1px #ddd solid;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 19px;
  user-select: none;
}

.header .top .select .sele a {
  width: 110px;
  height: 30px;
  transition: 0.3s;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 10px;
}

.header .top .select .sele a:nth-of-type(2n) {
  margin-right: 0px;
}

.header .top .select .sele a:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.header .top .select .sele a:nth-last-of-type(2) {
  margin-bottom: 0px;
}

.header .top .select .sele a:hover {
  background: #1f8bc6;
  color: #fff;
}

.header .top .select .sele .active {
  background: #1f8bc6;
  color: #fff;
}

.header .search {
  width: 230px;
  height: 100px;
  background: #1f8bc6;
  padding-left: 30px;
  padding-top: 33px;
  float: right;
}

.header .search .swi {
  float: left;
  color: #fff;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.header .search .swi a {
  width: 38px;
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.header .search .input {
  width: 41px;
  height: 34px;
  float: left;
  position: relative;
  background: rgba(77, 189, 252, 0);
}

.header .search .input input {
  width: 189px;
  height: 34px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  box-sizing: border-box;
  border: none;
  padding: 0 10px;
  background: transparent;
}

.header .search .input input::-webkit-input-placeholder {
  color: #fff;
}

.header .search .input input::-moz-placeholder {
  color: #fff;
}

.header .search .input input::-ms-input-placeholder {
  color: #fff;
}

.header .search .input .sou {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-top: 5px;
}

.header .search .input i {
  width: 21px;
  height: 22px;
  display: inline-block;
  background-image: url("../images/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header .search .input i .anniu {
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.header .search .input button {
  width: 22px;
  height: 22px;
  background: url("../images/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 5px;
  right: 7px;
  border: none;
  display: none;
}

.right {
  width: 90px;
  height: auto;
  zoom: 1;
  overflow: hidden;
  position: fixed;
  z-index: 9;
  right: 10px;
  top: 400px;
}

.right li {
  width: 90px;
  height: auto;
  zoom: 1;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.right li img {
  width: 52px;
  height: 54px;
  margin-top: 13px;
  margin-left: 19px;
}

.right li a {
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.right li a p {
  font-size: 12px;
}

.right li:nth-of-type(1) {
  background: #309ad4;
}

.right li:nth-of-type(2) {
  background: #f8a02f;
}

.right li:nth-of-type(3) {
  background: #bbbbbb;
}

@media screen and (min-width: 1820px) and (max-width: 1917px) {
  .min_header {
    display: none;
  }

  .header {
    width: 100%;
    height: 100px;
    background: #fff;
    position: relative;
  }

  .header .top {
    position: absolute;
    left: 260px;
    width: 1140px;
    height: auto;
    zoom: 1;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1403px) and (max-width: 1820px) {
  .min_header {
    display: none;
  }

  .header {
    width: 90%;
    height: 140px;
    background: #fff;
    position: relative;
    left: 5%;
  }

  .header .logo {
    width: 185px;
    height: 45px;
    margin-top: 15px;
    margin-left: 0px;
  }

  .header .logo img {
    width: 100%;
  }

  .header .top {
    position: absolute;
    left: 0px;
    width: 100%;
    height: auto;
    zoom: 1;
    margin-top: 80px;
    padding-top: 22px;
  }

  .header .top .nav {
    height: 40px;
    float: left;
    position: relative;
  }

  .header .top .nav .li {
    height: 40px;
    float: left;
    margin-right: 38px;
  }

  .header .top .nav .li:last-of-type {
    margin-right: 0px;
  }

  .header .top .nav .li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
  }

  .header .top .nav .li a:hover {
    color: #1f8bc6;
  }

  .header .top .nav .li .active {
    color: #1f8bc6;
  }

  .header .top .nav .li i {
    display: none;
  }

  .header .top .nav .li button {
    display: block;
  }

  .header .top .nav .li .second {
    height: auto;
    zoom: 1;
    overflow: hidden;
    display: none;
    background: #fff;
    position: absolute;
    z-index: 99;
    top: 38px;
  }

  .header .top .nav .li .second li {
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: auto;
    padding: 0 10px;
  }

  .header .top .nav .li .second li a {
    font-size: 14px;
    font-weight: initial;
  }

  .header .top .select {
    width: 150px;
    height: 32px;
    padding-left: 15px;
    text-align: left;
    line-height: 32px;
    box-sizing: border-box;
    border: 1px #dddddd solid;
    border-radius: 16px;
    margin-top: -6px;
    position: relative;
  }

  .header .top .select i {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 4px;
    background-image: url(../images/xiala.png);
    background-position: center center;
    background-repeat: no-repeat;
  }

  .header .top .select .sele {
    width: auto;
    height: auto;
    display: none;
    background: #fff;
    position: absolute;
    top: 31px;
    right: 0px;
    z-index: 99;
    border: 1px #ddd solid;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 19px;
  }

  .header .top .select .sele a {
    width: 110px;
    height: 30px;
    transition: 0.3s;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .header .top .select .sele a:nth-of-type(2n) {
    margin-right: 0px;
  }

  .header .top .select .sele a:nth-last-of-type(1) {
    margin-bottom: 0px;
  }

  .header .top .select .sele a:nth-last-of-type(2) {
    margin-bottom: 0px;
  }

  .header .top .select .sele a:hover {
    background: #1f8bc6;
    color: #fff;
  }

  .header .top .select .sele .active {
    background: #1f8bc6;
    color: #fff;
  }

  .header .search {
    width: 355px;
    height: 80px;
    box-sizing: border-box;
    background: #fff;
    padding-left: 30px;
    padding-top: 33px;
    float: right;
  }

  .header .search .swi {
    float: left;
    color: #333;
    margin-left: 10px;
    display: flex;
    align-items: center;
  }

  .header .search .swi a {
    width: 38px;
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    color: #333;
    text-align: center;
    display: inline-block;
  }

  .header .search .input {
    width: 230px;
    height: 34px;
    float: left;
    position: relative;
    background: #dddddd;
  }

  .header .search .input input {
    width: 189px;
    height: 34px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: none;
    padding: 0 10px;
    background: #dddddd;
  }

  .header .search .input input::-webkit-input-placeholder {
    color: #fff;
  }

  .header .search .input input::-moz-placeholder {
    color: #fff;
  }

  .header .search .input input::-ms-input-placeholder {
    color: #fff;
  }

  .header .search .input .sou {
    width: 22px;
    height: 22px;
    display: none;
    margin-top: 5px;
  }

  .header .search .input i {
    width: 21px;
    height: 22px;
    display: none;
    background-image: url("../images/search.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .header .search .input i .anniu {
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
  }

  .header .search .input button {
    width: 22px;
    height: 22px;
    background: url("../images/search_lan.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 5px;
    right: 7px;
    border: none;
    display: block;
  }

  .right {
    width: 65px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    position: fixed;
    z-index: 9;
    right: 10px;
    top: 400px;
  }

  .right li {
    width: 65px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }

  .right li img {
    width: 36px;
    height: auto;
    margin-top: 13px;
    margin-left: 13px;
  }

  .right li a {
    color: #fff;
    line-height: 20px;
    text-align: center;
  }

  .right li a p {
    font-size: 12px;
  }

  .right li:nth-of-type(1) {
    background: #309ad4;
  }

  .right li:nth-of-type(2) {
    background: #f8a02f;
  }

  .right li:nth-of-type(3) {
    background: #bbbbbb;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1402px) {
  .min_header {
    display: none;
  }

  .header {
    width: 90%;
    height: 140px;
    background: #fff;
    position: relative;
    left: 5%;
  }

  .header .logo {
    width: 185px;
    height: 45px;
    margin-top: 15px;
    margin-left: 0px;
  }

  .header .logo img {
    width: 100%;
  }

  .header .top {
    position: absolute;
    left: 0px;
    width: 100%;
    height: auto;
    zoom: 1;
    margin-top: 80px;
    padding-top: 22px;
  }

  .header .top .nav {
    height: 40px;
    float: left;
    position: relative;
  }

  .header .top .nav .li {
    height: 40px;
    float: left;
    margin-right: 24px;
  }

  .header .top .nav .li:last-of-type {
    margin-right: 0px;
  }

  .header .top .nav .li a {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
  }

  .header .top .nav .li a:hover {
    color: #1f8bc6;
  }

  .header .top .nav .li .active {
    color: #1f8bc6;
  }

  .header .top .nav .li i {
    width: 6px;
    height: 5px;
    float: right;
    margin-top: 6px;
    margin-left: 5px;
    display: inline-block;
    background: url(../images/icon.png);
    background-position: -1px 0px;
  }

  .header .top .nav .li .second {
    height: auto;
    zoom: 1;
    overflow: hidden;
    display: none;
    background: #fff;
    position: absolute;
    z-index: 99;
    top: 38px;
  }

  .header .top .nav .li .second li {
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: auto;
    padding: 0 10px;
  }

  .header .top .nav .li .second li a {
    font-size: 14px;
    font-weight: initial;
  }

  .header .top .select {
    width: 150px;
    height: 32px;
    padding-left: 15px;
    text-align: left;
    line-height: 32px;
    box-sizing: border-box;
    border: 1px #dddddd solid;
    border-radius: 16px;
    margin-top: -6px;
    position: relative;
  }

  .header .top .select i {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 4px;
    background-image: url(../images/xiala.png);
    background-position: center center;
    background-repeat: no-repeat;
  }

  .header .top .select .sele {
    width: auto;
    height: auto;
    display: none;
    background: #fff;
    position: absolute;
    top: 31px;
    right: 0px;
    z-index: 99;
    border: 1px #ddd solid;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 19px;
  }

  .header .top .select .sele a {
    width: 110px;
    height: 30px;
    transition: 0.3s;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .header .top .select .sele a:nth-of-type(2n) {
    margin-right: 0px;
  }

  .header .top .select .sele a:nth-last-of-type(1) {
    margin-bottom: 0px;
  }

  .header .top .select .sele a:nth-last-of-type(2) {
    margin-bottom: 0px;
  }

  .header .top .select .sele a:hover {
    background: #1f8bc6;
    color: #fff;
  }

  .header .top .select .sele .active {
    background: #1f8bc6;
    color: #fff;
  }

  .header .search {
    width: 355px;
    height: 80px;
    box-sizing: border-box;
    background: #fff;
    padding-left: 30px;
    padding-top: 33px;
    float: right;
  }

  .header .search .swi {
    float: left;
    color: #333;
    margin-left: 10px;
    display: flex;
    align-items: center;
  }

  .header .search .swi a {
    width: 38px;
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    color: #333;
    text-align: center;
    display: inline-block;
  }

  .header .search .input {
    width: 230px;
    height: 34px;
    float: left;
    background: #dddddd;
  }

  .header .search .input input {
    width: 189px;
    height: 34px;
    float: left;
    display: block;
    box-sizing: border-box;
    border: none;
    padding-left: 0 10px;
    background: #dddddd;
  }

  .header .search .input input::-webkit-input-placeholder {
    color: #fff;
  }

  .header .search .input input::-moz-placeholder {
    color: #fff;
  }

  .header .search .input input::-ms-input-placeholder {
    color: #fff;
  }

  .header .search .input .sou {
    width: 22px;
    height: 22px;
    display: none;
    margin-top: 5px;
  }

  .header .search .input i {
    width: 21px;
    height: 22px;
    display: none;
    background-image: url("../images/search.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .header .search .input i .anniu {
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
  }

  .header .search .input button {
    width: 22px;
    height: 22px;
    background: url("../images/search_lan.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 5px;
    right: 7px;
    border: none;
    display: block;
  }

  .right {
    width: 50px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    position: fixed;
    z-index: 9;
    right: 10px;
    top: 400px;
  }

  .right li {
    width: 50px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }

  .right li img {
    width: 30px;
    height: auto;
    margin-top: 10px;
    margin-left: 10px;
  }

  .right li a {
    color: #fff;
    line-height: 20px;
    text-align: center;
  }

  .right li a p {
    font-size: 12px;
    display: none;
  }

  .right li:nth-of-type(1) {
    background: #309ad4;
  }

  .right li:nth-of-type(2) {
    background: #f8a02f;
  }

  .right li:nth-of-type(3) {
    background: #bbbbbb;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    display: none;
  }

  .min_header {
    display: block;
    width: 100%;
    height: auto;
    zoom: 1;
  }

  .min_header .min_top {
    width: 100%;
    height: 60px;
    position: relative;
    background: #1f8bc6;
  }

  .min_header .min_top .lie {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 20px;
    margin-left: 20px;
  }

  .min_header .min_top .lie img {
    width: 100%;
  }

  .min_header .min_top .min_en {
    width: 94px;
    height: 60px;
    background: #eeeeee;
    padding-top: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .min_header .min_top .min_en a {
    width: 44px;
    height: 36px;
    border-right: 1px #cccccc solid;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
  }

  .min_header .min_top .min_en a:nth-last-of-type(1) {
    border-right: none;
  }

  .min_header .min_top .min_nav {
    width: 100%;
    display: none;
    background: #1f8bc6;
    height: auto;
    zoom: 1;
    overflow: hidden;
    padding-bottom: 30px;
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 99;
  }

  .min_header .min_top .min_nav .li {
    width: 100%;
    height: auto;
    zoom: 1;
    line-height: 50px;
    border-bottom: 1px #389fd8 solid;
    background: #1f8bc6;
    position: relative;
  }

  .min_header .min_top .min_nav .li:last-of-type {
    border: none;
  }

  .min_header .min_top .min_nav .li a {
    height: 100%;
    display: block;
    margin-right: 50px;
    padding: 0 20px;
    color: #fff;
  }

  .min_header .min_top .min_nav .li i {
    width: 50px;
    height: 50px;
    transition: 0.3s;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0px;
    background-image: url(../images/img19.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .min_header .min_top .min_nav .li .second {
    width: 100%;
    height: auto;
    zoom: 1;
    background: #1a7db3;
    display: none;
  }

  .min_header .min_top .min_nav .li .second li {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border-bottom: 1px #2b89bd solid;
  }

  .min_header .min_top .min_nav .li .second li:nth-last-of-type() {
    border: none;
  }

  .min_header .min-bot {
    width: 100%;
    height: auto;
    zoom: 1;
    background: #fff;
    padding: 0 10px;
  }

  .min_header .min-bot .logo {
    width: 20%;
    height: auto;
    zoom: 1;
    float: left;
    margin-top: 10px;
  }

  .min_header .min-bot .logo img {
    width: 100%;
  }

  .min_header .min-bot .searcj {
    width: 100%;
    height: 44px;
    position: relative;
    float: left;
    margin-top: 10px;
    border-radius: 22px;
    background: #eeeeee;
    margin-bottom: 10px;
  }

  .min_header .min-bot .searcj input {
    width: 80%;
    height: 44px;
    border: none;
    background: #eeeeee;
    border-radius: 22px;
    padding-left: 20px;
    float: left;
  }

  .min_header .min-bot .searcj i {
    width: 22px;
    height: 22px;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    display: inline-block;
    background-image: url(../images/search_lan.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .min_header .min-bot .searcj i .anniu {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
  }

  .min_header .min-bot .select {
    width: auto;
    height: 32px;
    padding-left: 15px;
    text-align: left;
    line-height: 32px;
    box-sizing: border-box;
    border-radius: 16px;
    float: right;
    position: relative;
  }

  .min_header .min-bot .select p {
    padding-right: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
  }

  .min_header .min-bot .select i {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 7px;
    background-image: url(../images/img18.png);
    background-position: center center;
    background-repeat: no-repeat;
  }

  .min_header .min-bot .select .sele {
    width: auto;
    height: auto;
    display: none;
    background: #fff;
    position: absolute;
    top: 31px;
    right: 0px;
    z-index: 99;
    border: 1px #ddd solid;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 19px;
  }

  .min_header .min-bot .select .sele a {
    width: 110px;
    height: 30px;
    transition: 0.3s;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .min_header .min-bot .select .sele a:nth-of-type(2n) {
    margin-right: 0px;
  }

  .min_header .min-bot .select .sele a:nth-last-of-type(1) {
    margin-bottom: 0px;
  }

  .min_header .min-bot .select .sele a:nth-last-of-type(2) {
    margin-bottom: 0px;
  }

  .min_header .min-bot .select .sele a:hover {
    background: #1f8bc6;
    color: #fff;
  }

  .min_header .min-bot .select .sele .active {
    background: #1f8bc6;
    color: #fff;
  }

  .right {
    width: 30px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    position: fixed;
    z-index: 9;
    right: 10px;
    top: 400px;
  }

  .right li {
    width: 30px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }

  .right li img {
    width: 20px;
    height: auto;
    margin-top: 8px;
    margin-left: 5px;
  }

  .right li a {
    color: #fff;
    line-height: 20px;
    text-align: center;
  }

  .right li a p {
    font-size: 12px;
    display: none;
  }

  .right li:nth-of-type(1) {
    background: #309ad4;
  }

  .right li:nth-of-type(2) {
    background: #f8a02f;
  }

  .right li:nth-of-type(3) {
    background: #bbbbbb;
  }
}

footer {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  background: #0171a7;
}

footer .center .top {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  padding: 70px 0px;
  display: flex;
  justify-content: space-between;
}

footer .center .top .san {
  width: 511px;
  height: auto;
  zoom: 1;
  overflow: hidden;
  float: right;
}

footer .center .top .san div {
  width: 150px;
  height: auto;
  zoom: 1;
  overflow: hidden;
  margin-right: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  text-align: center;
}

footer .center .top .san div:last-of-type {
  margin-right: 0px;
}

footer .center .top .san img {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
}

footer .center .top .yi {
  width: 305px;
  height: auto;
  zoom: 1;
  float: left;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}

footer .center .top .yi .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  height: 76px;
  line-height: 76px;
  margin-bottom: 12px;
}

footer .center .top .yi a {
  display: inline-block;
  color: #fff;
  margin-right: 22px;
}

footer .center .top .yi a:nth-of-type(4n) {
  margin-right: 0px;
}

footer .center .top .er {
  width: 440px;
  height: auto;
  zoom: 1;
  overflow: hidden;
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}

footer .center .top .er .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  height: 76px;
  line-height: 76px;
  margin-bottom: 12px;
}

footer .center .bot {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 47px 0px;
  border-top: 1px #85c0dd solid;
}

footer .center .bot p:nth-of-type(1) {
  float: left;
}

footer .center .bot p:nth-of-type(2) {
  float: right;
}

footer .center .bot a {
  color: #fff;
}

@media screen and (min-width: 1404px) and (max-width: 1820px) {
  footer {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    background: #0171a7;
  }

  footer .center {
    width: 90%;
  }

  footer .center .top {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    padding: 70px 0px;
    display: flex;
    justify-content: space-between;
  }

  footer .center .top .san {
    width: 420px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: right;
  }

  footer .center .top .san div {
    width: 130px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-right: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    text-align: center;
  }

  footer .center .top .san div:last-of-type {
    margin-right: 0px;
  }

  footer .center .top .san img {
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
  }

  footer .center .top .yi {
    width: 290px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
  }

  footer .center .top .yi .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    height: 76px;
    line-height: 76px;
    margin-bottom: 12px;
  }

  footer .center .top .yi a {
    display: inline-block;
    color: #fff;
    margin-right: 15px;
  }

  footer .center .top .yi a:nth-of-type(4n) {
    margin-right: 0px;
  }

  footer .center .top .er {
    width: 440px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
  }

  footer .center .top .er .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    height: 76px;
    line-height: 76px;
    margin-bottom: 12px;
  }

  footer .center .bot {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 47px 0px;
    border-top: 1px #85c0dd solid;
  }

  footer .center .bot p:nth-of-type(1) {
    float: left;
  }

  footer .center .bot p:nth-of-type(2) {
    float: right;
  }

  footer .center .bot a {
    color: #fff;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1403px) {
  footer {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    background: #0171a7;
  }

  footer .center {
    width: 90%;
  }

  footer .center .top {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    padding: 30px 0px;
    display: block;
  }

  footer .center .top .san {
    width: 550px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: initial;
  }

  footer .center .top .san div {
    width: 130px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-right: 50px;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    text-align: center;
  }

  footer .center .top .san div:last-of-type {
    margin-right: 0px;
  }

  footer .center .top .san img {
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
  }

  footer .center .top .yi {
    width: 285px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    margin-bottom: 20px;
  }

  footer .center .top .yi .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    height: 76px;
    line-height: 76px;
    margin-bottom: 12px;
  }

  footer .center .top .yi a {
    display: inline-block;
    color: #fff;
    margin-right: 15px;
  }

  footer .center .top .yi a:nth-of-type(4n) {
    margin-right: 0px;
  }

  footer .center .top .er {
    width: 440px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    margin-bottom: 20px;
  }

  footer .center .top .er .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    height: 76px;
    line-height: 76px;
    margin-bottom: 12px;
  }

  footer .center .bot {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 47px 0px;
    border-top: 1px #85c0dd solid;
  }

  footer .center .bot p:nth-of-type(1) {
    float: left;
  }

  footer .center .bot p:nth-of-type(2) {
    float: right;
  }

  footer .center .bot a {
    color: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    background: #0171a7;
  }

  footer .center {
    width: 90%;
  }

  footer .center .top {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    padding: 30px 0px;
    display: block;
  }

  footer .center .top .san {
    width: 60%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: initial;
  }

  footer .center .top .san div {
    width: calc((100% - 40px)/3);
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-right: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    text-align: center;
  }

  footer .center .top .san div:last-of-type {
    margin-right: 0px;
  }

  footer .center .top .san img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }

  footer .center .top .yi {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: initial;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 0px;
  }

  footer .center .top .yi .title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0px;
  }

  footer .center .top .yi a {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
  }

  footer .center .top .yi a:nth-of-type(4n) {
    margin-right: 20px;
  }

  footer .center .top .er {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: initial;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
  }

  footer .center .top .er .title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0px;
  }

  footer .center .bot {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 25px 0px;
    border-top: 1px #85c0dd solid;
    text-align: center;
  }

  footer .center .bot p:nth-of-type(1) {
    float: initial;
  }

  footer .center .bot p:nth-of-type(1) span {
    display: block;
  }

  footer .center .bot p:nth-of-type(2) {
    float: initial;
  }

  footer .center .bot a {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    background: #0171a7;
  }

  footer .center {
    width: 90%;
  }

  footer .center .top {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    padding: 24px 0px;
    display: block;
  }

  footer .center .top .san {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: initial;
  }

  footer .center .top .san div {
    width: calc((100% - 40px)/3);
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-right: 20px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    text-align: center;
  }

  footer .center .top .san div:last-of-type {
    margin-right: 0px;
  }

  footer .center .top .san img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }

  footer .center .top .yi {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: initial;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 0px;
  }

  footer .center .top .yi .title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0px;
  }

  footer .center .top .yi a {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
  }

  footer .center .top .yi a:nth-of-type(4n) {
    margin-right: 20px;
  }

  footer .center .top .er {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: initial;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
  }

  footer .center .top .er .title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0px;
  }

  footer .center .bot {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    padding: 20px 0px;
    border-top: 1px #85c0dd solid;
    text-align: center;
  }

  footer .center .bot p:nth-of-type(1) {
    float: initial;
  }

  footer .center .bot p:nth-of-type(1) span {
    display: block;
  }

  footer .center .bot p:nth-of-type(2) {
    float: initial;
  }

  footer .center .bot a {
    color: #fff;
  }
}